Welcome![Sign In][Sign Up]
Location:
Search - music matlab code doa

Search list

[matlabMINNORM

Description: mini Norm算法Matlab代码, DOA方向估计中最常用最简单的算法之一-mini Norm algorithm Matlab code, DOA direction of the most commonly used estimate the simplest algorithm
Platform: | Size: 1024 | Author: Frankie | Hits:

[matlabRoot-MUSIC

Description: 信号与信息处理——阵列信号处理DOA估计的matlab算法,这是求根music算法的源代码,非常有用的代码-Signal and information processing- array signal processing matlab algorithm for DOA estimation, this is roots music algorithm source code, very useful code
Platform: | Size: 1024 | Author: 彭华 | Hits:

[matlabmusic

Description: 阵列天线的DOA估计MUSIC算法,只有几行简单的代码-DOA estimate the array antenna MUSIC algorithm, only a few lines of simple code
Platform: | Size: 1024 | Author: zyshun | Hits:

[matlabRootMUSIC

Description: 信号与信息处理——阵列信号处理DOA估计的matlab算法,这是求根MUSIC和MVDR算法的源代码,非常有用的代码-Signal and information processing- array signal processing matlab algorithm for DOA estimation, which is Root MUSIC and MVDR algorithm source code, very useful code
Platform: | Size: 19456 | Author: 连振宇 | Hits:

[OtherCyclicMUSIC

Description: cyclic MUSIC的matlab仿真代码-matlab simulation of the cyclic MUSIC code
Platform: | Size: 4096 | Author: liuzhigang | Hits:

[Algorithmesprit

Description: DOA估计的esprit算法实现的原码。欢迎下载-DOA estimation algorithm esprit realize the original code. Welcome to download
Platform: | Size: 1024 | Author: 张洪欣 | Hits:

[matlabUCA_MODE

Description: 阵列信号处理,均匀圆阵模式空间算法,,通过虚拟阵元进行DOA估计-Array signal processing, uniform circular array pattern space algorithm, through the virtual array element to the estimated DOA
Platform: | Size: 2048 | Author: joe | Hits:

[Embeded-SCM DevelopGUI

Description: Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles. -Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles.
Platform: | Size: 8192 | Author: 何冰 | Hits:

[matlabsource-localization2

Description: beamforming, capon, 和music 三种波达方向定位算法的matlab仿真源代码。(出二维图,频率和DOA的对应关系)-beamforming, capon, and music of three DOA positioning algorithm matlab simulation source code. (A two-dimensional diagram, the corresponding frequency and DOA Relations)
Platform: | Size: 2048 | Author: Ma hua | Hits:

[matlabMUSIC

Description: matlab code to calculate the MUSIC algorithm(DOA algorithm)
Platform: | Size: 1024 | Author: kiran | Hits:

[matlabmusic(3)

Description: 使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助-Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn
Platform: | Size: 1024 | Author: 李明 | Hits:

[Othermusic

Description: music算法进行到达角(AOA)定位的仿真源代码,希望对大家有帮助-music DOA algorithm (AOA) positioning the simulation source code, we want to help
Platform: | Size: 2048 | Author: 小虫 | Hits:

[matlabMATLAB-code-of-DOA-signal

Description: 经典波达角度估计算法的matlab代码,如MUSIC算法-the matlab code of the classic algorithm to estimate the DOA signal
Platform: | Size: 16384 | Author: 武佳懿 | Hits:

[OtherMATLAB-code

Description: 智能天线波束成型算法DOA music、esprit、root music仿真代码。有仿真结果。-Smart antenna beam forming algorithm DOA music simulation code. Simulation results.
Platform: | Size: 3072 | Author: zhouhan | Hits:

[matlabMATLAB-music

Description: 阵列信号处理MATLAB代码,music算法,含有均匀圆阵、均匀线阵、均匀平面阵的代码;doa估计,来预测波达方向,信号的相关参数;-Array signal processing MATLAB code, music algorithm containing uniform circular array, uniform linear array, the uniform planar array code of doa estimated to predict the direction of arrival of the relevant parameters of the signal
Platform: | Size: 6144 | Author: xiang | Hits:

[matlabDOA-estimation

Description: 此文件是DOA算法的Matlab代码,包含了Bartlett算法、Capon最小方差法、Music算法-This file is DOA algorithm Matlab code, including the Bartlett algorithm, Capon minimum variance method, Music algorithm
Platform: | Size: 16384 | Author: chenyun | Hits:

[Othermusic

Description: music自适应算法估计来波方向matlab 代码实现-music DOA estimation adaptive algorithm matlab code
Platform: | Size: 1024 | Author: 张强 | Hits:

[Industry researchmusic

Description: WIDEBAND MUSIC DOA ESTIMATION MATLAB CODE
Platform: | Size: 2048 | Author: ashu | Hits:

[GPS developmatlab code

Description: 无线传感器网络技术仿真算法,包括aoa,doa,tdoa等matlab代码仿真(Wireless sensor network technology simulation algorithm, including AOA, DOA, TDOA and other matlab code simulation.)
Platform: | Size: 12288 | Author: WAusar | Hits:

[Othermusic

Description: MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B(k,:)=exp(-j*2*pi*d*sin(doa(k))/lambda*[0:M-1]); %矩阵赋值 end B=B'; xx=2*exp(j*(w*[1:N])); %仿真信号 x=B*xx; x=x+awgn(x,snr);%加入高斯白噪声 R=x*x'; %数据协方差矩阵 [U,V]=eig(R); %求R的特征值和特征向量 UU=U(:,1:M-P); %估计噪声子空间 theta=-90:0.5:90; %%谱峰搜索 for ii=1:length(theta) AA=zeros(1,length(M)); for jj=0:M-1 AA(1+jj)=exp(-j*2*jj*pi*d*sin(theta(ii)/180*pi)/lambda); end WW=AA*UU*UU'*AA'; Pmusic(ii)=abs(1/ WW); end Pmusic=10*log10(Pmusic/max(Pmusic)); %空间谱函数 plot(theta,Pmusic,'-k') xlabel('角度 \theta/degree') ylabel('谱函数P(\theta) /dB') title('MUSIC算法的DOA估计谱') grid on(MUSIC algorithm MATLAB simulation source code)
Platform: | Size: 15360 | Author: 冠华 | Hits:
« 12 3 »

CodeBus www.codebus.net